Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]MapKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
follow
Gps
Link copied to clipboard
@get:
JvmName
(
name
=
"getFollowGps"
)
@set:
JvmName
(
name
=
"setFollowGps"
)
var
followGps
:
Boolean
bool follow_gps = 3;
home
Link copied to clipboard
@get:
JvmName
(
name
=
"getHome"
)
@set:
JvmName
(
name
=
"setHome"
)
var
home
:
DeviceUIProtos.GeoPoint
.meshtastic.GeoPoint home = 1;
home
Or
Null
Link copied to clipboard
val
MapKt.Dsl
.
homeOrNull
:
DeviceUIProtos.GeoPoint
?
style
Link copied to clipboard
@get:
JvmName
(
name
=
"getStyle"
)
@set:
JvmName
(
name
=
"setStyle"
)
var
style
:
String
string style = 2;
Functions
clear
Follow
Gps
Link copied to clipboard
fun
clearFollowGps
(
)
bool follow_gps = 3;
clear
Home
Link copied to clipboard
fun
clearHome
(
)
.meshtastic.GeoPoint home = 1;
clear
Style
Link copied to clipboard
fun
clearStyle
(
)
string style = 2;
has
Home
Link copied to clipboard
fun
hasHome
(
)
:
Boolean
.meshtastic.GeoPoint home = 1;